home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!--
- bindings.xml
- antbar
-
- Created by Zak on 2008-06-12.
- Contributor Brian King (http://briks.si)
- Copyright 2008-2009 Ant.com. All rights reserved.
-
- This binding is a bit of a hack. We attach it just so the constructor is called when the toolbar is loaded
- addEventListener("load", ...) instead does not get called at the right time thus the bar is not initialised correctly
- NOTE, we attach this binding not to the toolbar, but to am empty space filling element (hbox)
- If we attach it to the toolbar or any other visisble element, styles are not applied and they don't display correctly
- -->
-
- <bindings xmlns="http://www.mozilla.org/xbl"
- xmlns:xbl="http://www.mozilla.org/xbl"
- xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <binding id="anttoolbar">
- <implementation>
- <constructor><![CDATA[
- AntBar.init(this);
- ]]></constructor>
- </implementation>
- </binding>
- </bindings>
-